Refactor pipeline agent planning, dynamic model selection, and test generation#70
Open
shangkunwang01 wants to merge 6 commits into
Open
Refactor pipeline agent planning, dynamic model selection, and test generation#70shangkunwang01 wants to merge 6 commits into
shangkunwang01 wants to merge 6 commits into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
shangkunwang01
force-pushed
the
shangkun-improve-pipeline-agent
branch
from
July 24, 2026 18:45
e0c6017 to
448bd61
Compare
…mic model selection
…urations and prevent pytest to be too verbose
…an better, propagate autotuning summaries in pipeline agent and search classes
shangkunwang01
force-pushed
the
shangkun-improve-pipeline-agent
branch
from
July 24, 2026 20:13
448bd61 to
a547065
Compare
shangkunwang01
force-pushed
the
shangkun-improve-pipeline-agent
branch
from
July 24, 2026 23:46
a547065 to
2276445
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a series of improvements to the pipeline agent's flexibility(initialization), event compation for auto agent client.
auto_agent_clientto optimize the payload and stream size for long-running sessions.gen_test_fileprompt to natively support multiple input configurations and preventedpytestfrom being overly verbose during test runs.